Platform Explorer / Nuxeo Platform 6.0

Contribution studio.extensions.template-module-demo--filters

This contribution is part of XML component studio.extensions.template-module-demo inside nuxeo-template-rendering-samples-6.0.jar

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter append="true" id="create">
          <rule grant="false">
            <type>CustomerReference</type>
            <type>InterventionStatement</type>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
    <filter append="true" id="create">
      <rule grant="false">
        <type>CustomerReference</type>
        <type>InterventionStatement</type>
      </rule>
    </filter>
  </extension>